翻訳と辞書
Words near each other
・ List of Xbox network games
・ List of Xbox One applications
・ List of Xbox One games
・ List of Xbox Originals
・ List of Xbox System Link games
・ List of Xenosaga characters
・ List of Xenosaga media
・ List of Xeric grant winners
・ List of Xhosa Chiefs
・ List of Xhosa people
・ List of Xi Sigma Pi chapters
・ List of Xiaolin Showdown characters
・ List of Xiaolin Showdown episodes
・ List of Xinhua Zidian radicals
・ List of xiphosuran genera
List of XML and HTML character entity references
・ List of XML markup languages
・ List of XTALSOFT games
・ List of xxxHolic chapters
・ List of xxxHolic characters
・ List of xxxHolic episodes
・ List of XY Aviation UAVs
・ List of XYZZY Awards by category
・ List of Y B Normal? episodes
・ List of Y postal codes of Canada
・ List of Y-Combinator Startups
・ List of Y-DNA single-nucleotide polymorphisms
・ List of Y-STR markers
・ List of yacht clubs
・ List of yacht clubs in Western Australia


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

List of XML and HTML character entity references : ウィキペディア英語版
List of XML and HTML character entity references

In SGML, HTML and XML documents, the logical constructs known as ''character data'' and ''attribute values'' consist of sequences of characters, in which each character can manifest directly (representing itself), or can be represented by a series of characters called a ''character reference'', of which there are two types: a ''numeric character reference'' and a ''character entity reference''. This article lists the character entity references that are valid in HTML and XML documents.
A character entity reference refers to the content of a named entity. An entity declaration is created by using the syntax in a Document Type Definition (DTD).
== Character reference overview ==

A ''numeric character reference'' refers to a character by its Universal Character Set/Unicode ''code point'', and uses the format
:&#''nnnn'';
or
:&#x''hhhh'';
where ''nnnn'' is the code point in decimal form, and ''hhhh'' is the code point in hexadecimal form. The ''x'' must be lowercase in XML documents. The ''nnnn'' or ''hhhh'' may be any number of digits and may include leading zeros. The ''hhhh'' may mix uppercase and lowercase, though uppercase is the usual style.
In contrast, a ''character entity reference'' refers to a character by the name of an ''entity'' which has the desired character as its ''replacement text''. The entity must either be predefined (built into the markup language) or explicitly declared in a Document Type Definition (DTD). The format is the same as for any entity reference:
:&''name'';
where ''name'' is the case-sensitive name of the entity. The semicolon is required.

抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)
ウィキペディアで「List of XML and HTML character entity references」の詳細全文を読む



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.